-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling on Linux with Qt 5.2 throws QUndoCommand error #11
Comments
The above mentioned commit should fix the issue. But if you could double check that would be great. By the way, you can also use cmake for compilation, that's our preferred way of building the application but feel free to use qmake if you prefer that :) |
@sqlcipherdd ping? |
Major version settings added properly to qhexedit.pro and qcustomplot .pro files. I tried to find the sqlite3.h file on Linux terminal by using below command: durga@ubuntu:~/sqlitebrowser$ find /home/durga/sqlitebrowser/ -name "sqlite" Should I include explicitly add these files(sqlite3.h/.c, shell.c files from sqlite.org) to Qt project? |
Ahhh, that looks more like your system doesn't have the SQLite 3 development bits installed. Which distribution & version of Linux are you using? |
Btw, asking so I can install the same distribution+version into a VM here. That'll let me try the compile out in a similar environment, so I can figure out why it's acting up for you. 😄 |
I used to work with couple of sqlite3 versions on my machine. (including sqlcipher) I can see this on Ubuntu 12.04 also. |
Just switched to Qt5 for compiling SQLiteBrowser; as I didn't encounter any problems I think it's safe to close this issue. |
case: 1. git clone repo.
2. open sqlitebrowser.pro through Qt Creator 3.0.0. (based on Qt 5.2.0 - 64 but)
3. Celan All -> Run qmake -> Build All
4. thrown error
Resolved by adding major version settings to qhexedit.pro and qcustomplot .pro files.
The text was updated successfully, but these errors were encountered: