Some stuff

This commit is contained in:
2026-01-01 22:48:26 +01:00
parent 823abf84b4
commit 4f0c4cf4f6
3 changed files with 15 additions and 4 deletions

View File

@@ -1,9 +1,11 @@
#include <QApplication>
#include <QPushButton>
#include "./control_panel.cpp"
#include <conan-test-lib.h>
int main(int argc, char **argv)
{
conan_test_lib();
QApplication app (argc, argv);
add_button();